internal/libdocker: remove deprecated CheckDuplicate field in CreateNetwork#1374
internal/libdocker: remove deprecated CheckDuplicate field in CreateNetwork#1374
Conversation
|
Can you give some context about the issue? |
|
@fjl nothing clear yet. Still debugging an issue that I've noticed (That's why the PR is in draft) . I just noticed some weird iptables errors on CI runs on the discv4/discv5 runs: This suspiciously started happening after this was merged in: #1369 . Example failure: https://hive.ethpandaops.io/#/test/generic/1764570861-3701a5362e7a8cb676b3706263cf78ee |
|
https://docs.docker.com/reference/api/engine/version-history/#v144-api-changes
So we can definitely remove |
|
But we don't use swarm. |
|
You can try |
|
Seems to be an issue the way docker is installed/started. Forcing a restart on the docker daemon after the installation seems to solve the issue. I'll update this PR just to remove the deprecated |
|
Yeah, I'm not sure about the |
No description provided.